home *** CD-ROM | disk | FTP | other *** search
/ PC Open 100 / PC Open 100 CD 1.bin / CD1 / INTERNET / WEBDESIGN / Tsw WebCoder / tswwebcoder5en.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TTODOFORM / TTODOFORM.txt < prev   
Encoding:
Text File  |  2004-08-02  |  13.8 KB  |  386 lines

  1. object TodoForm: TTodoForm
  2.   Left = 613
  3.   Top = 314
  4.   Width = 446
  5.   Height = 252
  6.   Caption = 'Projekt TODO'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Verdana'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BottomPanel: TPanel
  22.     Left = 0
  23.     Top = 176
  24.     Width = 438
  25.     Height = 49
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object Bevel2: TBevel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 438
  33.       Height = 2
  34.       Align = alTop
  35.       Shape = bsTopLine
  36.     end
  37.     object HintPanel: TPanel
  38.       Left = 0
  39.       Top = 3
  40.       Width = 438
  41.       Height = 46
  42.       Align = alBottom
  43.       BevelOuter = bvNone
  44.       TabOrder = 0
  45.       object LeftPanel: TFlatPanel
  46.         Left = 0
  47.         Top = 0
  48.         Width = 40
  49.         Height = 46
  50.         ParentColor = True
  51.         ColorHighLight = clBtnFace
  52.         ColorShadow = clBtnFace
  53.         Align = alLeft
  54.         TabOrder = 0
  55.         object Image1: TImage
  56.           Left = 2
  57.           Top = 8
  58.           Width = 31
  59.           Height = 33
  60.           Center = True
  61.           Picture.Data = {<image000.bmp>}
  62.           Transparent = True
  63.         end
  64.       end
  65.       object RightPanel: TFlatPanel
  66.         Left = 369
  67.         Top = 0
  68.         Width = 69
  69.         Height = 46
  70.         ParentColor = True
  71.         ColorHighLight = clBtnFace
  72.         ColorShadow = clBtnFace
  73.         Align = alRight
  74.         TabOrder = 1
  75.         object OKButton: TFlatButton
  76.           Left = 8
  77.           Top = 5
  78.           Width = 55
  79.           Height = 17
  80.           Hint = 'Ok.'
  81.           ColorFocused = 14733503
  82.           ColorDown = 14741743
  83.           ColorBorder = clBtnFace
  84.           ColorHighLight = clBtnShadow
  85.           ColorShadow = clBtnShadow
  86.           Caption = '&Ok'
  87.           TabOrder = 0
  88.           ModalResult = 1
  89.         end
  90.         object CancelButton: TFlatButton
  91.           Left = 8
  92.           Top = 24
  93.           Width = 55
  94.           Height = 17
  95.           Hint = 'Annuller.'
  96.           ColorFocused = 14733503
  97.           ColorDown = 14741743
  98.           ColorBorder = clBtnFace
  99.           ColorHighLight = clBtnShadow
  100.           ColorShadow = clBtnShadow
  101.           Caption = '&Annuller'
  102.           TabOrder = 1
  103.           ModalResult = 2
  104.         end
  105.       end
  106.       object MiddlePanel: TFlatPanel
  107.         Left = 40
  108.         Top = 0
  109.         Width = 329
  110.         Height = 46
  111.         ParentColor = True
  112.         ColorHighLight = clBtnFace
  113.         ColorShadow = clBtnFace
  114.         Align = alClient
  115.         TabOrder = 2
  116.         object HintLabel: TLabel
  117.           Left = 1
  118.           Top = 5
  119.           Width = 327
  120.           Height = 40
  121.           Align = alBottom
  122.           AutoSize = False
  123.           Font.Charset = ANSI_CHARSET
  124.           Font.Color = clWindowText
  125.           Font.Height = -11
  126.           Font.Name = 'Verdana'
  127.           Font.Style = []
  128.           ParentFont = False
  129.           Layout = tlCenter
  130.           WordWrap = True
  131.         end
  132.       end
  133.     end
  134.   end
  135.   object Panel1: TPanel
  136.     Left = 0
  137.     Top = 0
  138.     Width = 438
  139.     Height = 176
  140.     Align = alClient
  141.     BevelOuter = bvNone
  142.     TabOrder = 1
  143.     object Label1: TLabel
  144.       Left = 8
  145.       Top = 56
  146.       Width = 45
  147.       Height = 13
  148.       Hint = 'V'#230'lg en prioritet for dette TODO punkt.'
  149.       Caption = 'Prioritet'
  150.     end
  151.     object Label2: TLabel
  152.       Left = 8
  153.       Top = 8
  154.       Width = 57
  155.       Height = 13
  156.       Hint = 'Angiv en overskrift for dette TODO punkt.'
  157.       Caption = 'Overskrift'
  158.     end
  159.     object Label3: TLabel
  160.       Left = 8
  161.       Top = 104
  162.       Width = 36
  163.       Height = 13
  164.       Hint = 'V'#230'lg en status for dette TODO punkt.'
  165.       Caption = 'Status'
  166.     end
  167.     object Label4: TLabel
  168.       Left = 224
  169.       Top = 56
  170.       Width = 42
  171.       Height = 13
  172.       Hint = 'Angiv eventuelle notater for dette TODO punkt.'
  173.       Caption = 'Notater'
  174.     end
  175.     object Label5: TLabel
  176.       Left = 224
  177.       Top = 8
  178.       Width = 96
  179.       Height = 13
  180.       Hint = 'Angiv hvor langt du er kommet med dette TODO punkt.'
  181.       Caption = 'F'#230'rdig (procent)'
  182.     end
  183.     object edtHeader: TFlatEdit
  184.       Left = 8
  185.       Top = 24
  186.       Width = 200
  187.       Height = 19
  188.       Hint = 'Angiv en overskrift for dette TODO punkt.'
  189.       ColorBorder = clGray
  190.       ColorFlat = clWhite
  191.       TabOrder = 0
  192.     end
  193.     object comPriority: TFlatComboBox
  194.       Left = 8
  195.       Top = 72
  196.       Width = 200
  197.       Height = 21
  198.       Hint = 'V'#230'lg en prioritet for dette TODO punkt.'
  199.       Style = csDropDownList
  200.       Color = clWindow
  201.       ColorArrowBackground = 14733503
  202.       ColorBorder = clGray
  203.       ItemHeight = 13
  204.       Items.Strings = (
  205.         'Lavest'
  206.         'Lav'
  207.         'Mellem'
  208.         'H'#248'j'
  209.         'H'#248'jest')
  210.       TabOrder = 1
  211.       Text = 'Lavest'
  212.       ItemIndex = 0
  213.     end
  214.     object memNotes: TFlatMemo
  215.       Left = 224
  216.       Top = 72
  217.       Width = 201
  218.       Height = 70
  219.       Hint = 'Angiv eventuelle notater for dette TODO punkt.'
  220.       ColorBorder = clGray
  221.       ColorFlat = clWhite
  222.       TabOrder = 4
  223.     end
  224.     object comStatus: TFlatComboBox
  225.       Left = 8
  226.       Top = 120
  227.       Width = 200
  228.       Height = 21
  229.       Hint = 'V'#230'lg en status for dette TODO punkt.'
  230.       Style = csDropDownList
  231.       Color = clWindow
  232.       ColorArrowBackground = 14733503
  233.       ColorBorder = clGray
  234.       ItemHeight = 13
  235.       Items.Strings = (
  236.         'Ikke p'#229'begyndt'
  237.         'F'#230'rdig'
  238.         'I gang'
  239.         'Udsat')
  240.       TabOrder = 2
  241.       Text = 'Ikke p'#229'begyndt'
  242.       ItemIndex = 0
  243.     end
  244.     object spnCompletion: TFlatSpinEditInteger
  245.       Left = 224
  246.       Top = 24
  247.       Width = 200
  248.       Height = 20
  249.       Hint = 'Angiv hvor langt du er kommet med dette TODO punkt.'
  250.       ColorBorder = clGray
  251.       ColorFlat = clWhite
  252.       AutoSize = False
  253.       MaxValue = 100
  254.       MinValue = 0
  255.       TabOrder = 3
  256.       Value = 0
  257.     end
  258.   end
  259.   object siLang1: TsiLang
  260.     version = '5.3.0'
  261.     StringsTypes.Strings = (
  262.       'TIB_STRINGLIST'
  263.       'TSTRINGLIST')
  264.     NumOfLanguages = 2
  265.     LangDispatcher = MainForm.LangDispatcher
  266.     LangDelim = 1
  267.     LangNames.Strings = (
  268.       'Danish N1'
  269.       'English N2')
  270.     Language = 'Danish N1'
  271.     Left = 232
  272.     Top = 136
  273.     TranslationData = {
  274.       737443617074696F6E730D0A54546F646F466F726D0150726F6A656B7420544F
  275.       444F0150726F6A65637420544F444F010D0A426F74746F6D50616E656C010101
  276.       0D0A48696E7450616E656C0101010D0A4C65667450616E656C0101010D0A5269
  277.       67687450616E656C0101010D0A4F4B427574746F6E01264F6B01010D0A43616E
  278.       63656C427574746F6E0126416E6E756C6C6572012643616E63656C010D0A5061
  279.       6E656C310101010D0A4C6162656C31015072696F7269746574015072696F7269
  280.       7479010D0A4C6162656C32014F766572736B72696674015375626A656374010D
  281.       0A4C6162656C330153746174757301010D0A4C6162656C34014E6F7461746572
  282.       014E6F746573010D0A4C6162656C350146E672646967202870726F63656E7429
  283.       01436F6D706C657465202870657263656E7429010D0A4D6964646C6550616E65
  284.       6C0101010D0A48696E744C6162656C0101010D0A737448696E74730D0A54546F
  285.       646F466F726D0101010D0A4F4B427574746F6E014F6B2E01010D0A43616E6365
  286.       6C427574746F6E01416E6E756C6C65722E0143616E63656C2E010D0A4C616265
  287.       6C3501416E6769762068766F72206C616E6774206475206572206B6F6D6D6574
  288.       206D656420646574746520544F444F2070756E6B742E01496E64696361746520
  289.       7468652070726F6772657373206F66207468697320544F444F206974656D2E01
  290.       0D0A73706E436F6D706C6574696F6E01416E6769762068766F72206C616E6774
  291.       206475206572206B6F6D6D6574206D656420646574746520544F444F2070756E
  292.       6B742E01496E646963617465207468652070726F6772657373206F6620746869
  293.       7320544F444F206974656D2E010D0A6D656D4E6F74657301416E676976206576
  294.       656E7475656C6C65206E6F746174657220666F7220646574746520544F444F20
  295.       70756E6B742E015772697465206E6F74657320666F72207468697320544F444F
  296.       206974656D2E010D0A4C6162656C3401416E676976206576656E7475656C6C65
  297.       206E6F746174657220666F7220646574746520544F444F2070756E6B742E0157
  298.       72697465206E6F74657320666F72207468697320544F444F206974656D2E010D
  299.       0A636F6D5374617475730156E66C6720656E2073746174757320666F72206465
  300.       74746520544F444F2070756E6B742E0153656C65637420612073746174757320
  301.       666F72207468697320544F444F206974656D2E010D0A4C6162656C330156E66C
  302.       6720656E2073746174757320666F7220646574746520544F444F2070756E6B74
  303.       2E0153656C65637420612073746174757320666F72207468697320544F444F20
  304.       6974656D2E010D0A4C6162656C310156E66C6720656E207072696F7269746574
  305.       20666F7220646574746520544F444F2070756E6B742E0153656C656374206120
  306.       7072696F7269747920666F72207468697320544F444F206974656D2E010D0A63
  307.       6F6D5072696F726974790156E66C6720656E207072696F726974657420666F72
  308.       20646574746520544F444F2070756E6B742E0153656C6563742061207072696F
  309.       7269747920666F72207468697320544F444F206974656D2E010D0A6564744865
  310.       6164657201416E67697620656E206F766572736B7269667420666F7220646574
  311.       746520544F444F2070756E6B742E01456E74657220746865207375626A656374
  312.       20666F72207468697320544F444F206974656D2E010D0A4C6162656C3201416E
  313.       67697620656E206F766572736B7269667420666F7220646574746520544F444F
  314.       2070756E6B742E01456E74657220746865207375626A65637420666F72207468
  315.       697320544F444F206974656D2E010D0A50616E656C310101010D0A5269676874
  316.       50616E656C0101010D0A496D616765310101010D0A4C65667450616E656C0101
  317.       010D0A48696E7450616E656C0101010D0A426576656C320101010D0A426F7474
  318.       6F6D50616E656C0101010D0A4D6964646C6550616E656C0101010D0A48696E74
  319.       4C6162656C0101010D0A7374446973706C61794C6162656C730D0A7374466F6E
  320.       74730D0A54546F646F466F726D0156657264616E610156657264616E61010D0A
  321.       4C65667450616E656C0156657264616E6101010D0A526967687450616E656C01
  322.       56657264616E6101010D0A4D6964646C6550616E656C0156657264616E610101
  323.       0D0A48696E744C6162656C0156657264616E6101010D0A73744D756C74694C69
  324.       6E65730D0A636F6D5072696F726974792E4974656D73014C61766573742C4C61
  325.       762C4D656C6C656D2C48F86A2C48F86A657374014C6F776573742C4C6F772C4E
  326.       6F726D616C2C486967682C48696768657374010D0A6D656D4E6F7465732E4C69
  327.       6E65730101010D0A636F6D5374617475732E4974656D730122496B6B652070E5
  328.       626567796E6474222C46E6726469672C22492067616E67222C55647361740122
  329.       4E6F742073746172746564222C46696E69736865642C22496E2070726F677265
  330.       7373222C4465666572726564010D0A7374446C677343617074696F6E730D0A57
  331.       61726E696E67015761726E696E6701010D0A4572726F72014572726F7201010D
  332.       0A496E666F726D6174696F6E01496E666F726D6174696F6E01010D0A436F6E66
  333.       69726D01436F6E6669726D01010D0A596573012659657301010D0A4E6F01264E
  334.       6F01010D0A4F4B014F4B01010D0A43616E63656C0143616E63656C01010D0A41
  335.       626F7274012641626F727401010D0A52657472790126526574727901010D0A49
  336.       676E6F7265012649676E6F726501010D0A416C6C0126416C6C01010D0A4E6F20
  337.       546F20416C6C014E266F20746F20416C6C01010D0A59657320546F20416C6C01
  338.       59657320746F2026416C6C01010D0A48656C70012648656C7001010D0A737453
  339.       7472696E67730D0A73744F74686572537472696E67730D0A54546F646F466F72
  340.       6D2E48656C7046696C650101010D0A54546F646F466F726D2E48656C704B6579
  341.       776F72640101010D0A426F74746F6D50616E656C2E48656C704B6579776F7264
  342.       0101010D0A426576656C322E48656C704B6579776F72640101010D0A48696E74
  343.       50616E656C2E48656C704B6579776F72640101010D0A4C65667450616E656C2E
  344.       48656C704B6579776F72640101010D0A496D616765312E48656C704B6579776F
  345.       72640101010D0A526967687450616E656C2E48656C704B6579776F7264010101
  346.       0D0A4F4B427574746F6E2E48656C704B6579776F72640101010D0A43616E6365
  347.       6C427574746F6E2E48656C704B6579776F72640101010D0A50616E656C312E48
  348.       656C704B6579776F72640101010D0A4C6162656C312E48656C704B6579776F72
  349.       640101010D0A4C6162656C322E48656C704B6579776F72640101010D0A4C6162
  350.       656C332E48656C704B6579776F72640101010D0A4C6162656C342E48656C704B
  351.       6579776F72640101010D0A4C6162656C352E48656C704B6579776F7264010101
  352.       0D0A6564744865616465722E48656C704B6579776F72640101010D0A65647448
  353.       65616465722E546578740101010D0A636F6D5072696F726974792E48656C704B
  354.       6579776F72640101010D0A636F6D5072696F726974792E54657874014C617665
  355.       737401010D0A6D656D4E6F7465732E48656C704B6579776F72640101010D0A63
  356.       6F6D5374617475732E48656C704B6579776F72640101010D0A636F6D53746174
  357.       75732E5465787401496B6B652070E5626567796E647401010D0A73706E436F6D
  358.       706C6574696F6E2E48656C704B6579776F72640101010D0A4D6964646C655061
  359.       6E656C2E48656C704B6579776F72640101010D0A48696E744C6162656C2E4865
  360.       6C704B6579776F72640101010D0A73744C6F63616C65730D0A43757272656E63
  361.       7920537472696E67016B7201010D0A54686F7573616E6420536570617261746F
  362.       72012E01010D0A446563696D616C20536570617261746F72012C01010D0A4461
  363.       746520536570617261746F72012D01010D0A53686F7274204461746520466F72
  364.       6D61740164642D4D4D2D7979797901010D0A4C6F6E67204461746520466F726D
  365.       617401642E204D4D4D4D207979797901010D0A54696D6520536570617261746F
  366.       72013A01010D0A54696D6520414D20537472696E670101010D0A54696D652050
  367.       4D20537472696E670101010D0A53686F72742054696D6520466F726D61740168
  368.       683A6D6D01010D0A4C6F6E672054696D6520466F726D61740168683A6D6D3A73
  369.       7301010D0A53686F7274204D6F6E7468204E616D6573016A616E2C6665622C6D
  370.       61722C6170722C6D616A2C6A756E2C6A756C2C6175672C7365702C6F6B742C6E
  371.       6F762C64656301010D0A4C6F6E67204D6F6E7468204E616D6573016A616E7561
  372.       722C666562727561722C6D617274732C617072696C2C6D616A2C6A756E692C6A
  373.       756C692C6175677573742C73657074656D6265722C6F6B746F6265722C6E6F76
  374.       656D6265722C646563656D62657201010D0A53686F727420446179204E616D65
  375.       730173F82C6D612C74692C6F6E2C746F2C66722C6CF801010D0A4C6F6E672044
  376.       6179204E616D65730173F86E6461672C6D616E6461672C746972736461672C6F
  377.       6E736461672C746F72736461672C6672656461672C6CF87264616701010D0A73
  378.       74436F6C6C656374696F6E730D0A737443686172536574730D0A54546F646F46
  379.       6F726D0144454641554C545F4348415253455401010D0A4C65667450616E656C
  380.       0144454641554C545F43484152534554010D0A526967687450616E656C014445
  381.       4641554C545F43484152534554010D0A4D6964646C6550616E656C0144454641
  382.       554C545F434841525345540101010D0A48696E744C6162656C01414E53495F43
  383.       4841525345540101010D0A}
  384.   end
  385. end
  386.